'Declaration<DispIdAttribute(85)> Function DrawBarcodeAztec_2( _ ByVal Data As String, _ ByVal Version As BarcodeAztecCodeVersion, _ ByVal EccPercent As Integer, _ ByVal QuietZone As Integer, _ ByVal ModuleSize As Integer, _ ByVal DstX As Single, _ ByVal DstY As Single, _ ByVal Cyan As Byte, _ ByVal Magenta As Byte, _ ByVal Yellow As Byte, _ ByVal Black As Byte _ ) As GdPictureStatus
[DispId(85)] GdPictureStatus DrawBarcodeAztec_2( string Data, BarcodeAztecCodeVersion Version, int EccPercent, int QuietZone, int ModuleSize, float DstX, float DstY, byte Cyan, byte Magenta, byte Yellow, byte Black )
function DrawBarcodeAztec_2(
Data: String;
Version: BarcodeAztecCodeVersion;
EccPercent: Integer;
QuietZone: Integer;
ModuleSize: Integer;
DstX: Single;
DstY: Single;
Cyan: Byte;
Magenta: Byte;
Yellow: Byte;
Black: Byte
): GdPictureStatus;
DispIdAttribute(85) function DrawBarcodeAztec_2( Data : String, Version : BarcodeAztecCodeVersion, EccPercent : int, QuietZone : int, ModuleSize : int, DstX : float, DstY : float, Cyan : byte, Magenta : byte, Yellow : byte, Black : byte ) : GdPictureStatus;
[DispId(85)] GdPictureStatus DrawBarcodeAztec_2( string* Data, BarcodeAztecCodeVersion Version, int EccPercent, int QuietZone, int ModuleSize, float DstX, float DstY, byte Cyan, byte Magenta, byte Yellow, byte Black )
[DispId(85)] GdPictureStatus DrawBarcodeAztec_2( String^ Data, BarcodeAztecCodeVersion Version, int EccPercent, int QuietZone, int ModuleSize, float DstX, float DstY, byte Cyan, byte Magenta, byte Yellow, byte Black )
Parameters
- Data
- Version
- EccPercent
- QuietZone
- ModuleSize
- DstX
- DstY
- Cyan
- Magenta
- Yellow
- Black